Add a hint about the fact that this boot/ location is also present in
d/not-installed. This might help someone looking at all of this for the
first time to discover the puzzle pieces that are involved.
Signed-off-by: Hans van Kranenburg <hans@knorrie.org>
#
# So, e.g. debian/tmp/boot/xen-4.14.1-pre.gz will end up in our package
# as debian/xen-hypervisor-4.14-amd64/boot/xen-4.14-amd64.gz
+#
+# Finally, note that we're not just renaming the files here, we are
+# actually manually doing part of the install process here. Afterwards,
+# we can ignore the content of debian/tmp/boot/. See the d/not-installed
+# file for this. The boot/ location is mentioned in there.
find "$t/boot" -type f -print | while read f; do
basename="${f#$t/boot/}"
head="${basename%$verstring*}"